home *** CD-ROM | disk | FTP | other *** search
- Path: maple.sover.net!mountain
- From: mountain@maple.sover.net (Steve Mount)
- Newsgroups: comp.unix.questions,comp.lang.c
- Subject: Re: Bold ASCII
- Followup-To: comp.unix.questions,comp.lang.c
- Date: 19 Mar 1996 16:57:49 GMT
- Organization: SoVerNet, Inc.
- Message-ID: <4imp2d$mu@thrush.sover.net>
- References: <4i7cpj$hqa@nexen.nexen.com>
- NNTP-Posting-Host: maple.sover.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- Matthew B. Doar (mdoar@acton.timeplex.com) wrote:
- : Anyone know how to get bold strings of text
- : from a program (termcap related?)
-
- : e.g.
-
- : printf("\012 This is in bold \013\n");
-
- : where \012 and \013 are whatever the magic ascii values
- : are to turn on and off bold.
-
- I think you want the tparm function. The on ID is "enter_bold_mode",
- the off is "exit_attribute_mode" (turns off all attributes). Check the
- man page on tparm.
-
- +============================================================================+
- | Steve Mount, Software Engineer Work: sjjm@hawkeye.idx.com |
- | CIS: 73720,3404 MSN: S_Mountain Home: mountain@sover.net |
- | AOL: Mountain |
- | WWW: http://www.sover.net/~mountain/ "Fight, Win, Prevail!" |
- +============================================================================+
-